projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141ae33
)
comment
author
Dave Love
<fx@gnu.org>
Wed, 8 Nov 2000 17:48:54 +0000
(17:48 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 8 Nov 2000 17:48:54 +0000
(17:48 +0000)
lisp/gnus/gnus-group.el
patch
|
blob
|
history
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-group.el
b/lisp/gnus/gnus-group.el
index 3e0eb1ff8346f1975b4959babe1a3d8e85cc7b11..ab752dcb0ccf3b39181cad1b53b8fd49dccc2b75 100644
(file)
--- a/
lisp/gnus/gnus-group.el
+++ b/
lisp/gnus/gnus-group.el
@@
-820,6
+820,7
@@
For example:
(defvar gnus-group-toolbar-map nil)
+;; Emacs 21 tool bar. Should be no-op otherwise.
(defun gnus-group-make-tool-bar ()
(if (and (fboundp 'tool-bar-add-item-from-menu)
(default-value 'tool-bar-mode)
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index 2d9b6eafe8c4d7d198e335535a929c22a0a2d3b8..8235daa100aeca88e2264116ec9c001861e58033 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-1992,6
+1992,7
@@
increase the score of each group you read."
(defvar gnus-summary-tool-bar-map nil)
+;; Emacs 21 tool bar. Should be no-op otherwise.
(defun gnus-summary-make-tool-bar ()
(if (and (fboundp 'tool-bar-add-item-from-menu)
(default-value 'tool-bar-mode)